/*
Theme Name: Academica Child
Template: academica
*/
:root {
  --main: #540e18;
  --border: #e7e7e7; }

#header {
  background-color: var(--main) !important; }
  #header .inner-wrap {
    position: relative; }
  #header #logo {
    padding: 15px 0; }

body button {
  background-color: var(--main); }

.bx-wrapper {
  margin-bottom: 20px !important; }

#footer {
  position: relative;
  clear: both; }

a:link, a:visited {
  color: var(--main); }

a.button {
  color: white; }
  a.button:hover {
    color: white; }

li.current-menu-parent ul.sub-menu {
  display: block; }

article.document {
  border-bottom: 1px solid var(--border);
  padding: 1em 0; }
  article.document:last-child {
    border-bottom: none; }
  article.document header {
    overflow: hidden; }
  article.document h2 {
    display: inline-block;
    margin: 0; }
  article.document .download-button {
    float: right; }

.download-category img, .download-category a {
  display: inline-block;
  vertical-align: middle; }
.download-category img {
  margin-right: 0.5em;
  vertical-align: top; }

#main-nav {
  margin-top: 0 !important; }

.highlighted {
  color: #0a9448; }

.rounded-box, .whiterounded_l,
.widget-modal {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.whiterounded_l,
.widget-modal {
  border: 1px solid var(--border);
  background-color: #F1F1F1;
  padding: 19px;
  overflow: hidden;
  position: relative; }
  .whiterounded_l > header,
  .widget-modal > header {
    overflow: hidden;
    border-bottom: 1px solid #E3E3E3; }
    .whiterounded_l > header h1, .whiterounded_l > header h2, .whiterounded_l > header h3, .whiterounded_l > header h4,
    .widget-modal > header h1,
    .widget-modal > header h2,
    .widget-modal > header h3,
    .widget-modal > header h4 {
      margin-top: 2px; }
    .whiterounded_l > header h1,
    .widget-modal > header h1 {
      font-size: 1.5em; }
  .whiterounded_l table .highlighted,
  .widget-modal table .highlighted {
    padding: 0 10px 0 0; }
  .whiterounded_l td,
  .widget-modal td {
    font-size: 12px; }
  .whiterounded_l td:first-child, .whiterounded_l th:first-child,
  .widget-modal td:first-child,
  .widget-modal th:first-child {
    padding-left: 1.5em; }
  .whiterounded_l .widget-modal,
  .widget-modal .widget-modal {
    margin-top: 15px;
    background-color: #FBFBFB; }
  .whiterounded_l.widget-history .letopocty_td,
  .widget-modal.widget-history .letopocty_td {
    border-bottom: 1px solid var(--border);
    line-height: 30px; }
  .whiterounded_l.overview,
  .widget-modal.overview {
    position: relative;
    padding-top: 1em;
    margin-top: 20px; }
    .whiterounded_l.overview table thead h1, .whiterounded_l.overview table thead h2, .whiterounded_l.overview table thead h3, .whiterounded_l.overview table thead h4, .whiterounded_l.overview table thead h5, .whiterounded_l.overview table thead h6,
    .widget-modal.overview table thead h1,
    .widget-modal.overview table thead h2,
    .widget-modal.overview table thead h3,
    .widget-modal.overview table thead h4,
    .widget-modal.overview table thead h5,
    .widget-modal.overview table thead h6 {
      margin: 0;
      font-size: 13px; }
    .whiterounded_l.overview table thead tr.rok_head_row,
    .widget-modal.overview table thead tr.rok_head_row {
      border-bottom: 1px solid var(--border);
      vertical-align: top; }
    .whiterounded_l.overview table thead .rok_head1,
    .widget-modal.overview table thead .rok_head1 {
      position: relative;
      color: white;
      z-index: 555;
      padding: 0 50px 63px 0;
      font-size: 2.5em;
      vertical-align: middle; }

ul {
  margin-left: 1em !important; }

table th, table td {
  padding: 5px; }

h2 {
  margin-bottom: 0.5em !important; }

div#calendar {
  margin: 0 auto;
  padding: 0;
  width: 370px;
  font-family: Helvetica, "Times New Roman", Times, serif; }
  div#calendar header {
    position: relative;
    line-height: 40px;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    text-align: center; }
    div#calendar header a.prev, div#calendar header a.next {
      height: 17px;
      display: block;
      cursor: pointer;
      text-decoration: none; }
    div#calendar header span.title {
      font-size: 18px; }
    div#calendar header a.prev {
      float: left; }
    div#calendar header a.next {
      float: right; }
  div#calendar ul.dates li.hasAction {
    background-color: var(--main);
    color: white; }
  div#calendar ul.dates li.today {
    font-weight: bold; }
  div#calendar ul.label {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 5px; }
    div#calendar ul.label li {
      margin: 0;
      padding: 0;
      float: left;
      list-style-type: none;
      width: 50px;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      text-align: center;
      color: #000;
      border: 1px solid var(--border);
      font-size: 15px;
      background-color: transparent; }
  div#calendar ul.dates {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 5px; }
    div#calendar ul.dates li {
      margin: 0;
      padding: 0;
      line-height: 40px;
      vertical-align: middle;
      float: left;
      list-style-type: none;
      width: 50px;
      height: 40px;
      font-size: 15px;
      background-color: #eee;
      border: 1px solid var(--border);
      color: #000;
      text-align: center; }

:focus {
  outline: none; }

div.clear {
  clear: both; }

article.action {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px; }
  article.action .action-icon {
    background-image: url("./images/icon-action.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 104px;
    float: left;
    line-height: 1.2em; }
    article.action .action-icon .month {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      font-size: 11px;
      padding: 12px 0 0 0; }
    article.action .action-icon .day {
      color: #5e5e5e;
      text-align: center;
      font-size: 44px;
      font-weight: bold;
      padding: 20px 0 10px; }
  article.action header {
    overflow: hidden; }
    article.action header > div {
      margin-left: 20px;
      max-width: 500px;
      width: 100%;
      float: left; }
      article.action header > div h2 {
        display: block;
        width: 100%;
        padding-top: 8px;
        margin-top: 0;
        margin-bottom: 8px;
        border-top: 1px dotted #ccc; }

article.category .category-list {
  padding-left: 0; }
  article.category .category-list li {
    display: inline-block; }

.read-more {
  display: block;
  clear: left;
  font-style: italic; }

.accordion .acc {
  cursor: pointer;
  color: var(--main); }

.button {
  display: inline-block;
  background-color: var(--main);
  color: white;
  padding: 0.5em 1em;
  float: right; }
  .button:hover {
    text-decoration: underline; }

input[type="button"],
input[type="submit"] {
  background-color: var(--main) !important; }

h1, h2, h3, h4, h5, h6 {
  color: var(--main); }

body h4 {
  font-size: 18px; }

h1.title-header,
body h1 {
  font-size: 1.9em; }

.last-posts h3,
.news_mid h3 {
  font-size: 1.3em; }

.whiterounded_rok_bg h3 {
  font-size: 1.2em; }

.overview {
  margin-bottom: 1em; }
  .overview table {
    text-align: center;
    margin-bottom: 0; }
    .overview table td, .overview table th {
      vertical-align: top; }
    .overview table:before {
      z-index: 400;
      position: absolute;
      content: '';
      background-color: var(--main);
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      width: 252px;
      height: 100px;
      top: 0;
      left: 0; }
    .overview table thead .rok_head1 {
      position: relative;
      color: white;
      width: 252px;
      z-index: 555;
      padding: 0 50px 63px 0;
      font-size: 2.5em;
      vertical-align: middle; }

.menu-item a {
  display: inline-block;
  width: 100%; }

.menu-item.menu-item-has-children {
  position: relative; }
  .menu-item.menu-item-has-children:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 0;
    border-top: 5px solid #666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
  .menu-item.menu-item-has-children.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.color-change {
  width: 15px;
  height: 15px;
  display: inline-block;
  padding: 0;
  border: 1px solid var(--border);
  margin: 2px; }
  .color-change.active {
    border-color: #333; }

/* Search form in Header */
.search-desktop {
  position: absolute;
  right: 10px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3px 10px 3px 0;
  margin: 0 0 10px;
  border-radius: 3px; }

.search-desktop input {
  background: none;
  color: #fff;
  border: none !important; }

.search-desktop button {
  text-indent: -9999px;
  background: url("../academica/images/search-icon.png") 50% 50% no-repeat;
  width: 19px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .search-desktop button {
    background: url("../academica/images/search-icon@2x.png") no-repeat 50% 50%;
    background-size: 19px 19px; } }
.search-desktop ::-webkit-input-placeholder {
  color: #C6D9DB; }

.search-desktop :-moz-placeholder {
  /* Firefox 18- */
  color: #C6D9DB; }

.search-desktop ::-moz-placeholder {
  /* Firefox 19+ */
  color: #C6D9DB; }

.search-desktop :-ms-input-placeholder {
  color: #C6D9DB; }

.search-desktop input:focus::-webkit-input-placeholder {
  color: transparent; }

.search-desktop input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
.search-desktop input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
.search-desktop input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
@media screen and (max-width: 740px) {
  .widget-modal {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 1em; }

  .copy {
    max-width: 90%; }

  .color-change {
    display: none; } }
@media screen and (max-width: 979px) {
  #column-content {
    width: 100% !important; }

  .bx-wrapper,
  .search-desktop,
  .column.column-narrow {
    display: none; } }
@media screen and (min-width: 980px) {
  body #main-nav,
  body ul.sub-menu,
  body #navbar-main {
    display: none; }
  body #header {
    margin-bottom: 0 !important; } }

/*# sourceMappingURL=style.css.map */
